Skip to content

Conversation

@cjwatson
Copy link
Contributor

@cjwatson cjwatson commented Dec 12, 2024

Python 3.13 added a __firstlineno__ attribute to classes whose value is an int, so the approach taken by
SubprocessTests.test_getProcessStateDescription to test only actual states no longer works. Exclude all attributes starting with __ instead.

Python 3.13 added a `__firstlineno__` attribute to classes
(https://docs.python.org/3/reference/datamodel.html#type.__firstlineno__)
whose value is an int, so the approach taken by
`SubprocessTests.test_getProcessStateDescription` to test only actual
states no longer works.  Exclude all attributes starting with `__`
instead.
@mnaberez mnaberez merged commit 11cebba into Supervisor:main Jan 8, 2025
12 of 13 checks passed
@mnaberez
Copy link
Member

mnaberez commented Jan 8, 2025

Thanks!

mnaberez added a commit that referenced this pull request Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants